home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / 3DTOSHI2.ZIP / mpgfx / source / gfxadst.cpp next >
Encoding:
C/C++ Source or Header  |  1996-03-25  |  304 b   |  19 lines

  1.  
  2. // gfxadst.cpp
  3. //
  4. // Copyright (c) 1995 by Toshiaki Tsuji, all rights reserved.
  5.  
  6. #include "stdgfx.h"
  7. #include "gfxadst.h"
  8.  
  9. DATAOBJECT::DATAOBJECT () : MYOBJECT ()
  10.   {
  11.   } // End of Constructor for DATAOBJECT
  12.  
  13. DATAOBJECT::~DATAOBJECT ()
  14.   {
  15.   } // End of Destructor for DATAOBJECT
  16.   
  17.  
  18.  
  19.